Yes, you need to remove content from table prefix_jsnsocial_friend_requests with a query like
DELETE FROM prefix_jsnsocial_friend_requests WHERE id > 0
NOTE: I have added WHERE id > 0 because some SQL server have a protection and do not allow to remove records without WHERE statement