In the 2.58 install zip file please verify that you have the following stored proc in the 01.00.03.SqlDataProvider file:
CREATE PROCEDURE {databaseOwner}{objectQualifier}Smith_ListFeaturedProducts
AS
SELECT * FROM {objectQualifier}Smith_Products
where logicallydeleted <> 1 and featured = 1
order by SortOrder , ModelName
GO
It should have been created when you ran the upgrade. Please verify the stored procedure is in the 01.00.03.SqlDataProvider file.