Hi Derweili & Susan thanks for your help.
The following code provided by Derwili works:
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" height="150" width="150" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>
I cleared W3TC Plugin Caches to reflect this in my blog.
Thanks it fixed my problem.