Executing the following in the SQL page under the Host menu would help us troubleshoot. You'll have to execute the following two SQL blocks independetly and then if you don't feel comfortable pasting the results here, send them to me at don along with the @ symbol and itcrossing.com.
SELECT PortalId, BlogID, UserID, Title, [Public], LastEntry FROM {databaseOwner}{objectQualifier}Blog_Blogs
and then also execute
SELECT BlogId, EntryId, Title, AddedDate,Published, Permalink FROM {databaseOwner}{objectQualifier}Blog_Entries
Thanks,
Don