I would try this code snippet where the thumbnail used to be:
<?php
if(!is_single()){
if ( has_post_thumbnail()) { the_post_thumbnail('thumbnail');}
}
?>
So it will show the thumbnails everywhere except on a single post.
Let me know if it works. Otherwise post the original standard.php file contents so I can see exactly where to fit this code.