You have copied the code in wrong, please use this:
if (!function_exists('sf_custom_related_portfolio_heading')) {
function sf_custom_related_portfolio_heading() {
echo 'Your New Title';
}
add_filter ( 'sf_related_projects_heading' , 'sf_custom_related_portfolio_heading' );
}