Problem in outputting shortcode

$return_string .= get_the_post_thumbnail();

should be:

$return_string .= get_the_post_thumbnail( get_the_ID() );