Thanks, this is a fix
Open the file sponsors-coursel.php
Replace the two lines 238, 239
$thepost = $wpdb->get_row( $wpdb->prepare( "SELECT *
FROM $wpdb->posts WHERE guid = '".$scwp_link_image."'" ) );
by
$thepost = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->posts WHERE guid = %s", $scwp_link_image ) );