I've got a fix but it doesn't sort the pricing, but still returns results with no errors:
in customer/search.php search for:
Code:
$sort_by_price = $price_condition?" ORDER BY price":"";
And comment this code line out with // or # and all should be good.