They don't necessarily need to make sense when connected to any generic probability problem in the real world though. In general, when you relax axioms, the theories that you get do not apply to the same problems anymore. Occasionally you will have that the new theories will apply to some parts of the problems that the old theory could be used with (for instance, some finite fields can be used to determine properties of integer arithmetic, but not just any finite field can be used for this and you cannot talk about all of integer arithmetic with finite fields)
As for the original question:
Probability theory is just the theory of taking measurements in some set so that (with m being the measurement function)
1: measurements all lie in [0,1]
2: if A \subset B, then m(A) \leq m(B) (Is this one necessary or can you show it from the other two? I can't remember)
3: If A and B are disjoint sets, then m(A \cup B) = m(A) + m(B)
4: the measure of the entire space is 1
I'm assuming that you just mean to throw out the 1st axiom since if you get rid of the last one as well, you could be measuring anything (E.g. the amount of money each person/group of people has with negative values meaning that the person is in debt)
If you keep the last one and just throw out the requirement that measurements be non-negative, you still get a meaningful theory of measurements (Though you may need to add the requirement that m(\varnothing) = 0 then). The only example I can think of off the top of my head is to consider the wealth of a population and measure the fraction of the total wealth that each person/group has (with negative values being debt). This example however doesn't immediately relate nicely back to probabilities. I can't promise that any example will, though I suspect that there are some that do.