There are two points here. The first, which is rather blunt (but important, I think), is that you really shouldn't be narrowing down your interests to this extent without being familiar with the field already, in which case you would have decent understanding of the prerequisites. Myself, I became interested in computational neuroscience as a result of my interest in the biological underpinnings of reinforcement learning and working memory processes (largely, basal ganglia and PFC circuitry). Having immersed myself in the literature already, I found the mathematical approach to subject to be the most intuitive and informative, so I naturally gravitated to computational neuroscience (having already had a background in mathematics helped).
As far as the math goes, there are a few prerequisites that are absolutely non-negotiable, and a few that depend on what level of abstraction you're interested in (neuron modelling, systems/network modelling, cognitive modelling, etc).
The essential prerequisites are a solid understanding of calculus (up to multivariable and vector calculus), basic linear algebra, ODE's (you can go quite a ways in neuroscience without PDE's), and probability/statistics. For all practical purposes, some knowledge of dynamical systems is essential (in many branches of computational neuroscience, you can't even get your foot in the door without it). Additionally, you'll want to be very comfortable with at least one programming language (Matlab and python are very common for "general purpose", though there are software packages dedicated specifically to certain types of neuronal modelling).
In certain areas like computational vision research, where the goal is to understand exactly how a population of neurons are coding for a specific stimulus, the prerequisites for statistics are much higher, and you'll want all the experience with generalized linear models and bayesian statistics that you can get. Biologically realistic neuron modelling, in turn, usually involves much more sophisticated theory in differential equations and dynamical systems (though you should learn all you can about both regardless of what you're doing).
In computational cognitive neuroscience (my interest), the prerequisites get a little trickier because the models are much more abstract, and so you can draw upon some pretty surprising areas of mathematics (I read a paper recently that applied some fairly deep concepts in differential geometry to the modelling of visual processes...and was published in a journal of physiology, go figure). Some people (often in cognitive psychology) are only interested in throwing together the occasional neural network, in which case some basic calculus and linear algebra is enough. More rigorous work tends to draw very strongly from dynamical systems, and references biophysically realistic modelling enough that you'll need to understand every that was said about it above.