First of all I assume that $a,b,c$ are integers, as otherwise almost any integer can be a triple root of a polynomial of the given form. Additionally if $a,b,c$ are rational numbers, then the Rational Root Theorem doesn't work.
Anyway back to the problem. Note that $\alpha$ is an integer root of both $f'(x)$ and $f''(x)$. So therefore $\alpha$ is a divisor of both $8$ and $3$, which means that $\alpha = \pm 1$
Now plugging $\alpha = 1$ gives us that:
$$f'(1) = 0 \implies 5 + 4a + 3b - 8 + 3 = 0 \implies 4a + 3b = 0$$
$$f''(1) = 0 \implies 10 + 6a + 3b - 4 = 0 \implies 6a + 3b = -6$$
Now we have that $a=-3, b = 4$. Now:
$$f(1) = 0 \implies 1 - 3 + 4 - 4 + 3 + c = 0 \implies c = -1$$
For the second case, plugging $\alpha = -1$ gives us that:
$$f'(-1) = 0 \implies 5 - 4a + 3b + 8 + 3 = 0 \implies 3b - 4a = - 16$$
$$f''(-1) = 0 \implies -10 + 6a - 3b - 4 = 0 \implies 3b - 6a = -14$$
Solving this system we have that $a = -1, b = \frac{-20}{3}$
But this violatas the condition that $b \in \mathbb{Z}$. Therefore:
$$f(x) = x^5 - 3x^4 + 4x^3 - 4x^2 + 3x - 1 = (x-1)^3(x^2+1) = 0$$
is the only possible solution.