2 things: it's ORDER BY, not ORDERED
Keep in mind that LIKE 'o', without a wildcard after the 'o', is the same as
saying "status = 'o' ". If your wildcard is the % sign, then it should
say:
Status LIKE 'o%' ORDER BY funderKaren > Status LIKE 'o' ORDERED BY Funder >

